* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap');


.pricing {
    text-align: center;
    color: #333333;
    margin: 0 auto 6em auto;
    
}

.pricing h2 {
    font-size: 2em;
}

.pricing p {
    margin-top: 1em;
    font-size: 1.2em;
    line-height: 178.52%;
}

.prize-container {
    width: 90%;
    margin: 8em auto;
}
h2 {
    font-weight: 700 !important;
}
.package {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 2em;
    position: relative;
    /* width: 100%; */
    /* display: flex; */
    /* justify-content: space-between; */
    /* position: relative; */
    /* overflow-x: auto; */
}

.box-center {
    border: 3px solid #284265;
}

.package-box {
    background-color: #BDF7FF;
    /* width: 25em; */
    width: 100%;
    height: 43em;
    padding: 1em 4em;
    filter: drop-shadow(-5px 4px 18px rgba(0, 0, 0, 0.3));
    border-radius: 25px;
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    /* height: 100%; */
}

.package-box h3 {
    text-align: center;
}
.package-box p {
    text-align: center;
}

.package-box h3 {
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: .7em;
}

.package-box p {
    font-weight: 700;
    font-size: 1.2em;
    color: #FC7900;
    line-height: 178.52%;
}

.prize-container ul {
    list-style: url("/assets/material-symbols_check-circle-outline-rounded.svg") !important;
    font-size: 1.2em;
    line-height: 140.02%;
    display: flex;
    flex-direction: column;
    gap: 1.2em;
}

.btn {
    text-align: center;
    justify-self: flex-end;
    width: 100%;
}

.btn button {
    background-color: #FC7900;
    border: none;
    color: #FFFFFF;
    font-weight: 700;
    width: 80%;
    height: 3em;
    font-size: 1.2em;
    padding: .4em 0;
    border-radius: 14px;
} 
.basic {
    background-color: transparent !important;
    border: 3px solid #FC7900 !important;
    color: #FC7900 !important;

}

@media only screen and (min-width: 1075px) {
    .package {
        flex-direction: row;
        flex-wrap: wrap;
        
    }
    .package-box {
        max-width: 32em;
    }
    .pricing {
        max-width: 40em;
    }
}
@media only screen and (min-width: 1670px) {
    .box-center {
        position: absolute;
        right: 31em;
        top: -35px;
        height: 48em !important;
        width: 32em !important;
    }
    .package {
        max-width: 1455px;
        margin: auto;
        justify-content: space-between;
    }
}













h2 {
    color: #333333;
    font-size: 1.6em;
    font-weight: 700;
    margin-top: .7em;
}

.tag-name {
    color: #FC7900;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .7em;
}

.testimonial {
    background-color: #C1FFF2;
    padding: 2em 1.4em;
}

.testimonial-container {
    text-align: center;
    position: relative;
    width: 90%;
    margin: auto;
}

.swiper-wrapper {
    gap: 2em;
}

.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}

.testimonial-carousel {
    overflow: hidden;
    padding: 2em 1em;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    margin: 0 !important;
}

.testimonial-item {
    max-width: 50em;
}

.testament::after {
    content: url('/assets/ci_double-quotes-l.svg');
    position: absolute;
    top: -15px;
    left: -15px;
}

.testament::before {
    content: url('/assets/2.svg');
    position: absolute;
    top: -15px;
    right: -15px;
}

.testament {
    position: relative;
    color: #333333;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 154.52%;
    margin-bottom: 1.9em;
}

.user-des {
    color: #333333;
}

h4 {
    font-size: 1em;
    font-weight: 700;
    margin-top: 1em;
}

.date {
    margin-top: .6em;
    font-weight: 700;
    font-size: .7em;
}

.main-btn {
    background-color: transparent;
    border: none;
    font-size: 1.4em;
    position: absolute;
    height: 100%;
}

.next-btn {
    transform: rotate(3.142rad);
    top: 0;
    left: 0;
}

.nex-btn {
    top: 0;
    right: 0;
}

/* footer */
footer {
    background-color: #284265;
    padding: 5em 0;
    overflow: hidden;
}

.footer-container {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 4em;
}

.questions-nav li:nth-child(1) {
    list-style-image: url("/assets/material-symbols_location-on.svg");
}

.questions-nav li:nth-child(2) {
    list-style-image: url("/assets/ic_baseline-local-phone.svg");
}

.questions-nav li:nth-child(3) {
    list-style-image: url("/assets/ic_outline-email.svg");
}

.link-nav a  {
    color: #FFFFFF !important;
    text-decoration: none;
    line-height: 163.52%;
    font-weight: 300;
}
.link-nav a i {
    color: #FC7900 !important;
}
footer h3 {
    margin-bottom: 1.5em;
    font-size: 1.5em;
    font-weight: 700;
    color: #FFFFFF;
}
footer .link-nav li a:hover{
    color: #FC7900 !important
}

.img-grid {
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    grid-template-areas:
        "a b b"
        "c d e";
    max-width: 35em;
    gap: 5px;
}

.img-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img1 {
    grid-area: a;
}

.img2 {
    grid-area: b;
}

.img3 {
    grid-area: c;
}

.img4 {
    grid-area: d;
}

.img5 {
    grid-area: e;
}

/* .cont-img {
    display: flex;
    justify-content: center;
    align-items: center;
} */

.link-nav {
    display: flex;
    flex-direction: column;
    gap: 1.3em;
    color: #FFFFFF;
    padding-left: 2em;
}

.links {
    order: 0;
}

.questions {
    order: 1;
}

.instagram {
    order: 3;
    /* text-align: center; */
}

.social-email {
    order: 2;
}

.links-quick {
    padding-left: 0 !important;
}

.links-quick li {
    list-style: none;
}

.subscribe input {
    width: 100%;
    max-width: 40em;
    font-size: 1em;
    padding: .7em 1em;
    margin-bottom: .5em;
}

.subscribe button {
    width: 100%;
    max-width: 40em;
    font-size: 1em;
    padding: .7em 0;
    font-weight: 700;
    border: none;
    color: #FFFFFF;
    background: #FC7900;
    box-shadow: 0px 3px 10px rgba(252, 121, 0, 0.31);
}

.social-email {
    display: flex;
    flex-direction: column;
    gap: 3em;
}

.subscribe {
    order: 1;
    /* text-align: center; */
}

.connect {
    order: 0;
    /* text-align: center; */
}

.connect a {
    font-size: 1.3em;
}

.socail {
    color: #FC7900 !important;
    flex-direction: row;
    /* justify-content: center; */
}

.socail li {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    height: 3em;
    width: 3em;
    border-radius: 50%;

    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}


@media only screen and (min-width: 1150px) {
    .footer-container {
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
        max-width: 1500px;
    }

    .testimonial-container {
        max-width: 1500px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: block !important;
    }

    .img-grid {
        width: 20em;
    }

    .links {
        order: 1;
    }

    .questions {
        order: 0;
    }

    .instagram {
        order: 2;
        text-align: start;
    }

    .social-email {
        order: 5;
    }

    .subscribe,
    .connect {
        text-align: start;
    }

    .subscribe {
        order: 0;
        /* text-align: center; */
    }

    .connect {
        order: 1;
        /* text-align: center; */
    }

}

@media only screen and (min-width: 950px) {
    .testament::after {
        top: -15px;
        left: -22px;
    }

    .testament::before {
        top: -15px;
        right: -22px;
    }
}

#sec2 {
    max-width: 1419px;
    margin: auto;
}